home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat2
/
evans.2
< prev
next >
Wrap
Text File
|
1999-09-16
|
501b
|
67 lines
evans(1) Scilab Function evans(1)
NAME
evans - Evans root locus
CALLING SEQUENCE
evans(syst [,kmax])
PARAMETERS
syst : list (linear system syslin )
kmax : real (maximum gain desired for the plot )
DESCRIPTION
gives the Evans root locus for a linear system in state-space or transfer
form (syslin list)
EXAMPLE
h=syslin('c',352*poly(-5,'s')/poly([0,0,2000,200,25,1],'s','c'));
evans(h,100)